home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / ViewIt™ Shareware.sea / ViewIt™ 2.04 Shareware / FaceWare.rsrc / TEXT_1202_Window Dialog.txt < prev    next >
Text File  |  1992-08-15  |  3KB  |  31 lines

  1. Window Settings
  2. This dialog resets window parameters that determine window type, behavior, and initial position. Many changes made here affect only the FWND in memory, and do not take effect until the window is reopened.  Use "Save All to disk" to make changes permanent.
  3.  
  4. Page 1 - Type & Behavior
  5.  
  6. Title - The text which appears in the title bar of the window.
  7.  
  8. Window Type - The types shown as icons are the standard window types directly supported by Apple's WDEFs. The major considerations in choosing a window type are whether the window needs to have a title bar, close box, zoom box, and/or grow box.
  9.   The last two standard types (5 & 13) are recent additions intended to support draggable modal windows.  A limitation of the new types, however, is that they do not support a close box.
  10.  
  11. Allow Live Editing - Allows direct editing of the window when the user presses Option-‚åò-Shift.  If not set, then only the FWND template can be edited.  Template editing is denoted by the appearance of a "T" in the file icon at the left of the icon bar in edit mode, and by the fact that a separate window is opened when entering editing mode.  Template editing is safer, but usually not necessary (we never used it when creating ViewIt's own windows).
  12.  
  13. Beep Before Opening - Beeps once before opening the window.  Useful when attempting to mimic an alert.
  14.  
  15. Prefer Color Window - If Color QuickDraw is present, opens a window with a Color GrafPort.  The advantage of using a color window is that drawing done by a program or control drivers is not limited to the original 8 colors.
  16.  
  17. Track Modal Position - Remembers the position of a modal window when it is closed so that it can be reopened at the same screen location.  This is often used with draggable modal windows.
  18.  
  19. Return Modal Events - Returns all unprocessed modal window events to the main program.  See "Windows" in the ViewIt Guide for further info.
  20.  
  21. Use Enter As Tab Key - Converts all Enter key events to Tab key events.  This is useful in a window that contains several edit fields that accept numbers from the numeric key pad.  It's easier to hit Enter to move to the next field than it is to hunt for the Tab key.
  22.  
  23. Has Close Box - Sets the flag which most window definition proc.s use to determine if a close box is supported.  In some cases, however, WDEFs ignore this flag and do not display a close box.
  24.  
  25. Has Grow Box - Causes ViewIt to display and support a grow box in the lower, right corner of the window.  This functionality can be added to any window type, and does not depend upon a WDEF's support of a "grow region".
  26.  
  27. Initially Hidden - The window is kept hidden when created by NewWnd, which is a good way to hide any messy drawing that sometimes occurs when controls in the window are being setup.  Modeless windows can then be shown with ShoWnd, and modal windows are automatically shown by MdlWnd.
  28.  
  29. Page 2 - Initial Position
  30.  
  31. ViewIt uses UtilIt's MovRec command to set the initial position of windows.  The options on page 2 correspond to parameters b, c, and d of the MovRec command described in the UtilIt Guide.